home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6501 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: Belgium.EU.net!box!pahint
  2. From: pahint@eunet.be (Pieter Hintjens)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Universal include file
  5. Date: 25 Feb 1996 11:00:53 GMT
  6. Organization: EUnet Belgium, Leuven, Belgium
  7. Message-ID: <4gpfh5$fmo@news.Belgium.EU.net>
  8. References: <4gnjea$30m@news.Belgium.EU.net>
  9. NNTP-Posting-Host: box.eunet.be
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Pieter Hintjens (pahint@eunet.be) wrote:
  13. : I am working on a project to build a 'Universal Include File'.
  14. : The point is to encapsulate the peculiarities of every system
  15. : under the sun into one include file.  Maybe this is not doable,
  16. : but I already have something halfway decent.
  17.  
  18. Okay, I got a few useful replies, some flames.  I think this is
  19. going to be an interesting project.  Let's try to get a little
  20. organised.
  21.  
  22. Anyone who wants to participate, please send me this information
  23. about your C compiler and system:
  24.  
  25.   - type and version of compiler
  26.   - type and version of OS
  27.   - what are the compiler-specific define's you can rely on
  28.     (e.g. __unix__, __MSDOS__, etc.)
  29.   - what is the size of a char (e.g. 1)
  30.   - what is the size of an int
  31.   - what is the size of a long
  32.   - can you use the prelude.h file as I posted it, or are
  33.     there compiler errors: specifically, missing include
  34.     files, undefined symbols.
  35.   - what changes do you need to make to fix these errors
  36.   - does your system support sockets
  37.   - if so, what the include files are required
  38.  
  39. All contributions will be credited, and I'll post the results
  40. when they are ready.
  41.  
  42. ---
  43. Pieter Hintjens
  44.